Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup shared components #15

Merged
merged 2 commits into from
Dec 9, 2024
Merged

Setup shared components #15

merged 2 commits into from
Dec 9, 2024

Conversation

riyanshu-patro
Copy link
Contributor

No description provided.

@@ -0,0 +1,632 @@
import { blocksTheme } from 'blocks/theme/Theme';

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@riyanshu-patro you don't need this file. Please follow the same approach as done in push wallet.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also move the theme config in wallet ap to the blocks theme file.

@@ -0,0 +1 @@
export { useIsVisible } from './useIsVisible';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We also need useDarkMode hook here.

  • This hook doesn't exist in dapp so you can ad it there as well.

## Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update this file

@@ -0,0 +1,32 @@
import { defineConfig } from 'vite';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not required

@@ -0,0 +1,13 @@
{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See if we actually needs this files or could we remove it.
Don't think it should be a vite project.

@riyanshu-patro riyanshu-patro linked an issue Dec 9, 2024 that may be closed by this pull request
@rohitmalhotra1420 rohitmalhotra1420 merged commit 69165a4 into main Dec 9, 2024
@rohitmalhotra1420 rohitmalhotra1420 linked an issue Dec 9, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setup shared design components for email app Setup the push email app on local and setup the design system
2 participants